-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved RTL support (mainly for the UITextField use-case) #140
base: master
Are you sure you want to change the base?
Conversation
Hey @kizitonwose any chance you can take a look at this? I'd love to see this released 🙏 🙇 |
1 similar comment
Hey @kizitonwose any chance you can take a look at this? I'd love to see this released 🙏 🙇 |
570b34e
to
b2df9ad
Compare
Hello @kizitonwose, I see there has been some activity on this repo recently. Could you please take a look at this PR when you find the time? |
Hi @zfoltin , I'll get on it as soon as I find the time, sorry for the delays. You can use your branch with cocoapods as a workaround for now. |
I want to force my country picker to be LTR when the app in RTL. |
@MMohamad70 you can do what @kizitonwose suggests - use the PR's branch in Cocoapods. Something like |
@zfoltin I didn't know I can use it this way. Thanks for your suggestion. |
No worries @MMohamad70 👍 I hope @kizitonwose will find the time to review this PR and merge and publish it 🤞 |
Expose
containerView
to enable support forlayoutMargins
andsemanticContentAttribute
- mainly to improve the UITextField use-case for RTL languages.Now it's possible to to add some spacing without a 'paddingView' and
forceLeftToRight
so the flag is on the left in RTL languages - see the sample app for details.